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 ITxLogStepsProviderITxLogStepsProvider.ofStep(TransactionLogStepJson theStep) Convenience method to provide the step which the returned provider will return in a liststatic ITxLogStepsProviderITxLogStepsProvider.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 TypeMethodDescriptionvoidICamelProcessorTxLogHelper.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