JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.core.async.subscriber
Interface Completable
All Known Subinterfaces:
Emitter
<T>
All Known Implementing Classes:
AbstractBufferingHttpContentProcessor
,
AbstractHttpContentProcessor
,
CompletionAwareSubscriber
,
ContextCompletionAwareSubscriber
,
DefaultHttpContentProcessor
,
DeleteEndpointRouteBuilder
,
FormDataHttpContentProcessor
,
FullNettyClientHttpResponse
,
JacksonProcessor
,
JsonContentProcessor
,
ReadEndpointRouteBuilder
,
SingleSubscriberProcessor
,
SingleThreadedBufferingProcessor
,
SingleThreadedBufferingSubscriber
,
TypedSubscriber
,
WriteEndpointRouteBuilder
public interface
Completable
Interface that exposes a callback to indicate when an operation has been completed.
Since:
1.0
Author:
Graeme Rocher
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onComplete
()
* Successful terminal state.
Method Detail
onComplete
void onComplete()
* Successful terminal state. To be called when the operation is complete.
See Also:
Subscriber.onComplete()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method