Package org.frankframework.senders
Class ParallelSenderExecutor
java.lang.Object
org.frankframework.core.AbstractRequestReplyExecutor
org.frankframework.senders.ParallelSenderExecutor
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class org.frankframework.core.AbstractRequestReplyExecutor
reply, request, throwable
-
Constructor Summary
ConstructorDescriptionParallelSenderExecutor
(ISender sender, Message message, PipeLineSession session, io.micrometer.core.instrument.DistributionSummary summary) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
run()
void
void
setThreadLimiter
(ResourceLimiter threadLimiter) Methods inherited from class org.frankframework.core.AbstractRequestReplyExecutor
getReply, getRequest, getThrowable, setReply, setRequest, setThrowable
-
Constructor Details
-
ParallelSenderExecutor
public ParallelSenderExecutor(ISender sender, Message message, PipeLineSession session, io.micrometer.core.instrument.DistributionSummary summary)
-
-
Method Details
-
run
public void run() -
getSession
-
setThreadLimiter
-
setGuard
-
getDuration
public long getDuration()
-