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.CallbackInvoked to pass errors, data and snapshots asynchronously.- Specified by:
receivein interfaceEventEmitter.Callback- Parameters:
data- data to be passed
-