Attach a Consumer to the specified event. @param The type of data to utilize in Consumer Consumers. @param event The name of the event to attach the Consumer to. @param consumer The Consumer to attach to the specified event. @return A boolean
(
final String event,
final Consumer<T> consumer
)
source not stored for this graph (policy: none)
no test coverage detected