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 ReceiverModifier and TypeMethodDescription@Nullable Receiver<?> Adapter.getReceiverByName(String receiverName) Methods 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) PipeLine.process(@Nullable Receiver<?> receiver, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession) Theprocessmethod does the processing of a message.
It retrieves the first pipe to execute from thefirstPipefield, the call results in a PipRunResult, containing the next pipe to activate.Adapter.processMessageWithExceptions(@Nullable Receiver<?> receiver, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession) This method does the real processing of messages by the adapter. -
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.ladybug
Methods in org.frankframework.ladybug with parameters of type ReceiverModifier and TypeMethodDescriptionIbisDebuggerAdvice.debugPipeLineInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Receiver<?> receiver, PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession) -
Uses of Receiver in org.frankframework.management.bus.endpoints
Methods in org.frankframework.management.bus.endpoints that return ReceiverModifier and TypeMethodDescriptionprotected @NonNull 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.processors
Methods in org.frankframework.processors with parameters of type ReceiverModifier and TypeMethodDescription@NonNull PipeLineResultCachePipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, @NonNull PipeLine pipeLine, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull String firstPipe) CorePipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, PipeLine pipeLine, String messageId, Message input, PipeLineSession pipeLineSession, String firstPipe) @NonNull PipeLineResultInputOutputPipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, @NonNull PipeLine pipeLine, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull String firstPipe) @NonNull PipeLineResultLimitingParallelExecutionPipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, @NonNull PipeLine pipeLine, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull String firstPipe) @NonNull PipeLineResultLockerPipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, @NonNull PipeLine pipeLine, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull String firstPipe) @NonNull PipeLineResultPipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, @NonNull PipeLine pipeLine, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull String firstPipe) @NonNull PipeLineResultTransactionAttributePipeLineProcessor.processPipeLine(@Nullable Receiver<?> receiver, @NonNull PipeLine pipeLine, @NonNull String messageId, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull String firstPipe) -
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)