@FunctionalInterface public interface JMSQueueConsumer<T extends JMSQueue<T>>
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Configure a pre-constructed instance of JMSQueue resource
|
default JMSQueueConsumer<T> |
andThen(JMSQueueConsumer<T> after) |
void accept(T value)
default JMSQueueConsumer<T> andThen(JMSQueueConsumer<T> after)
Copyright © 2019 JBoss by Red Hat. All rights reserved.