Interface RemoteTaskContext<E>

All Superinterfaces:
RemoteContext
All Known Implementing Classes:
RemoteTaskContextImpl

public interface RemoteTaskContext<E> extends RemoteContext
  • Method Details

    • send

      void send(@Nullable E o)
    • sendAndCloseChannel

      void sendAndCloseChannel(@Nullable E o)
    • sendErrorAndCloseChannel

      void sendErrorAndCloseChannel(@NonNull Throwable t)