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 TypeMethodDescriptionvoid
Adapter.addReceiver
(Receiver<?> receiver) Receives incoming messages.void
Adapter.configureReceiver
(Receiver<?> receiver) -
Uses of Receiver in org.frankframework.http.rest
Methods in org.frankframework.http.rest that return ReceiverMethods in org.frankframework.http.rest with parameters of type Receiver -
Uses of Receiver in org.frankframework.jdbc
Methods in org.frankframework.jdbc that return ReceiverMethods in org.frankframework.jdbc with parameters of type 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 ReceiverModifier and TypeMethodDescriptionPullingListenerContainer.getReceiver()
ReceiverAware.getReceiver()
Methods in org.frankframework.receivers with parameters of type ReceiverModifier and TypeMethodDescriptionvoid
PullingListenerContainer.setReceiver
(Receiver<M> receiver) void
ReceiverAware.setReceiver
(Receiver<M> receiver) -
Uses of Receiver in org.frankframework.statistics
Methods in org.frankframework.statistics with parameters of type ReceiverModifier and TypeMethodDescriptionio.micrometer.core.instrument.DistributionSummary
MetricsInitializer.createThreadBasedDistributionSummary
(Receiver<?> receiver, FrankMeterType type, int threadNumber)