Uses of Interface
ca.cdr.api.camel.ITxLogStepsProvider
Packages that use ITxLogStepsProvider
-
Uses of ITxLogStepsProvider in ca.cdr.api.camel
Methods in ca.cdr.api.camel that return ITxLogStepsProviderModifier and TypeMethodDescriptionstatic ITxLogStepsProvider
ITxLogStepsProvider.ofStep
(TransactionLogStepJson theStep) Convenience method to provide the step which the returned provider will return in a liststatic ITxLogStepsProvider
ITxLogStepsProvider.ofSteps
(List<TransactionLogStepJson> theSteps) Convenience method to provide the steps which the returned provider will returnMethods in ca.cdr.api.camel with parameters of type ITxLogStepsProviderModifier and TypeMethodDescriptionvoid
ICamelProcessorTxLogHelper.addStepIfTxLogActive
(org.apache.camel.Exchange theExchange, ITxLogStepsProvider theStepsProvider) If transaction logging was initiated (smile:txLogStart procedure, present before current procedure in route), adds step from provider to the transaction log