public interface HandlerReceiverAdaptor<T> extends Handler<T>, Receiver<T>
In other words it converts an asynchronous stream of events into a synchronous receiver of events
handle
receive, receive, receivePort
Copyright © 2023 Eclipse. All rights reserved.