Interface ObserverMethodConfigurator<T>

Type Parameters:
T - type of the event the configured ObserverMethod will observe

public interface ObserverMethodConfigurator<T>

An ObserverMethodConfigurator can configure an ObserverMethod. The container must provide an implementation of this interface.

This configurator is not thread safe and shall not be used concurrently.

Since:
2.0
See Also: