Interface ActionFactory


public interface ActionFactory
Low level interface to implement Action components.

Generally, this should not be needed, instead, a class extending a generated abstract Action should be used.

  • Method Summary

    Modifier and Type
    Method
    Description
    kalix.javasdk.impl.action.ActionRouter<?>
     
  • Method Details