Uses of Enum Class
com.predic8.membrane.core.http.BodyCollectingMessageObserver.Strategy
Packages that use BodyCollectingMessageObserver.Strategy
Package
Description
-
Uses of BodyCollectingMessageObserver.Strategy in com.predic8.membrane.core.exchange
Methods in com.predic8.membrane.core.exchange with parameters of type BodyCollectingMessageObserver.StrategyModifier and TypeMethodDescriptionabstract <T extends AbstractExchange>
TAbstractExchange.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) Exchange.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) static <T extends AbstractExchange>
TAbstractExchange.updateCopy(T source, T copy, Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of BodyCollectingMessageObserver.Strategy in com.predic8.membrane.core.exchange.snapshots
Constructors in com.predic8.membrane.core.exchange.snapshots with parameters of type BodyCollectingMessageObserver.StrategyModifierConstructorDescriptionAbstractExchangeSnapshot(AbstractExchange exc, Interceptor.Flow flow, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) DynamicAbstractExchangeSnapshot(AbstractExchange exc, Interceptor.Flow flow, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) MessageSnapshot(Message msg, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) RequestSnapshot(Request request, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) ResponseSnapshot(Response response, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of BodyCollectingMessageObserver.Strategy in com.predic8.membrane.core.exchangestore
Methods in com.predic8.membrane.core.exchangestore that return BodyCollectingMessageObserver.StrategyModifier and TypeMethodDescriptionElasticSearchExchangeStore.getBodyExceedingMaxSizeStrategy()LimitedMemoryExchangeStore.getBodyExceedingMaxSizeStrategy()Methods in com.predic8.membrane.core.exchangestore with parameters of type BodyCollectingMessageObserver.StrategyModifier and TypeMethodDescriptionvoidElasticSearchExchangeStore.setBodyExceedingMaxSizeStrategy(BodyCollectingMessageObserver.Strategy bodyExceedingMaxSizeStrategy) voidLimitedMemoryExchangeStore.setBodyExceedingMaxSizeStrategy(BodyCollectingMessageObserver.Strategy bodyExceedingMaxSizeStrategy) -
Uses of BodyCollectingMessageObserver.Strategy in com.predic8.membrane.core.http
Methods in com.predic8.membrane.core.http that return BodyCollectingMessageObserver.StrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BodyCollectingMessageObserver.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.http with parameters of type BodyCollectingMessageObserver.StrategyModifier and TypeMethodDescription<T extends Message>
TMessage.createMessageSnapshot(T result, Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) abstract <T extends Message>
TMessage.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) <T extends Message>
TRequest.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) <T extends Message>
TResponse.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) Constructors in com.predic8.membrane.core.http with parameters of type BodyCollectingMessageObserver.StrategyModifierConstructorDescriptionBodyCollectingMessageObserver(BodyCollectingMessageObserver.Strategy strategy, long limit)