Uses of Class
org.frankframework.receivers.Receiver
Packages that use Receiver
Package
Description
-
Uses of Receiver in org.frankframework.core
Methods in org.frankframework.core that return ReceiverMethods in org.frankframework.core that return types with arguments of type ReceiverMethods in org.frankframework.core with parameters of type ReceiverModifier and TypeMethodDescriptionvoidAdapter.addReceiver(Receiver<?> receiver) Receives incoming messages.voidAdapter.configureReceiver(Receiver<?> receiver) -
Uses of Receiver in org.frankframework.extensions.mqtt
Methods in org.frankframework.extensions.mqtt that return ReceiverModifier and TypeMethodDescriptionReceiver<org.eclipse.paho.client.mqttv3.MqttMessage> MqttListener.getReceiver()Methods in org.frankframework.extensions.mqtt with parameters of type ReceiverModifier and TypeMethodDescriptionvoidMqttListener.setReceiver(Receiver<org.eclipse.paho.client.mqttv3.MqttMessage> receiver) -
Uses of Receiver in org.frankframework.management.bus.endpoints
Methods in org.frankframework.management.bus.endpoints that return ReceiverModifier and TypeMethodDescriptionprotected Receiver<?> BusEndpointBase.getReceiverByName(Adapter adapter, String receiverName) Methods in org.frankframework.management.bus.endpoints with parameters of type Receiver -
Uses of Receiver in org.frankframework.receivers
Methods in org.frankframework.receivers that return ReceiverMethods in org.frankframework.receivers with parameters of type Receiver -
Uses of Receiver in org.frankframework.statistics
Methods in org.frankframework.statistics with parameters of type ReceiverModifier and TypeMethodDescriptionio.micrometer.core.instrument.DistributionSummaryMetricsInitializer.createThreadBasedDistributionSummary(Receiver<?> receiver, FrankMeterType type, int threadNumber)