Interface UnblockedEvent

  • All Superinterfaces:
    Event

    public interface UnblockedEvent
    extends Event
    The UnblockedEvent interface extends an Event and is treated a bit differently as a result. An UnblockedEvent will always be able to scale its parallelism to the number of cores available where as an Event will use a configurable number of threads. Use of this interface should be taken with caution. It is recommended to only use this when a simple, non-blocking task needs to be done asap and there is a possibility that the path taken for typical Events may be at capacity.
    Since:
    1.0.0
    Author:
    Steve Springett