Package io.elastic.sailor.impl
Class HttpReplyCallback
java.lang.Object
io.elastic.sailor.impl.HttpReplyCallback
- All Implemented Interfaces:
EventEmitter.Callback
-
Constructor Summary
ConstructorsConstructorDescriptionHttpReplyCallback
(ExecutionContext executionContext, MessagePublisher messagePublisher, CryptoServiceImpl cipher) -
Method Summary
-
Constructor Details
-
HttpReplyCallback
@Inject public HttpReplyCallback(ExecutionContext executionContext, MessagePublisher messagePublisher, CryptoServiceImpl cipher)
-
-
Method Details
-
receive
Description copied from interface:EventEmitter.Callback
Invoked to pass errors, data and snapshots asynchronously.- Specified by:
receive
in interfaceEventEmitter.Callback
- Parameters:
data
- data to be passed
-