Interface TreeEventService.Factory<K,E,O>

Type Parameters:
K - the key type
E - the event type
O - the order type
Enclosing interface:
TreeEventService<K,E,O>

public static interface TreeEventService.Factory<K,E,O>
A factory interface to create TreeEventService.

The implementation of this interface should be immutable.