Interface BusMessageHandler.Event<T>

Type Parameters:
T - the data type
All Superinterfaces:
BusMessageHandler<T>
All Known Subinterfaces:
BusMessageHandler.Data<T>
Enclosing interface:
BusMessageHandler<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BusMessageHandler.Event<T> extends BusMessageHandler<T>
A convenient specialization of BusMessageHandler that accepts only the event argument.
Since:
1.6.0