Package com.hivemq.extension.sdk.api.async

  • Interface Summary 
    Interface Description
    Async<T>
    The interface for the async option of the extension system.
    AsyncOutput<T>
    Enables an output object to be processed in a non-blocking way.
    SimpleAsyncOutput<T>
    Enables an output object to be processed in a non-blocking way.
  • Enum Summary 
    Enum Description
    Async.Status
    Information about the runtime status of an async option.
    TimeoutFallback
    The TimeoutFallback defines the strategy that will be applied after an Async operation timed out.