Class DaprServiceInvocationHandler

java.lang.Object
org.apache.camel.component.dapr.operations.DaprServiceInvocationHandler
All Implemented Interfaces:
DaprOperationHandler

public class DaprServiceInvocationHandler extends Object implements DaprOperationHandler
  • Constructor Details

  • Method Details

    • handle

      public DaprOperationResponse handle(org.apache.camel.Exchange exchange, io.dapr.client.DaprClient client)
      Description copied from interface: DaprOperationHandler
      Execute the configured operation on this exchange.
      Specified by:
      handle in interface DaprOperationHandler
      Parameters:
      exchange - the current exchange
      client - the DaprClient
    • validateConfiguration

      public void validateConfiguration(org.apache.camel.Exchange exchange)
      Description copied from interface: DaprOperationHandler
      Validates configuration based on operation on this exchange.
      Specified by:
      validateConfiguration in interface DaprOperationHandler
      Parameters:
      exchange - the current exchange