IAsyncEvent

public interface IAsyncEvent

Marker interface for asynchronous events. Asynchronous events use CompletableFuture pipelines for processing. Handlers receive and return CompletableFuture.

java.lang.Object > IAsyncEvent

Field Summary

No fields documented.

Method Detail

No methods documented.

See Also: