Packages

package action

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ActionCommand(serviceName: String = "", name: String = "", payload: Option[Any] = _root_.scala.None, metadata: Option[Metadata] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ActionCommand] with Product with Serializable

    An action command.

    An action command.

    For unary and streamed out calls, the service name, command name and payload will always be set.

    For streamed in and duplex streamed calls, the first command sent will just contain the service name and command name, but no payload. This will indicate that the action has been invoked. Subsequent commands on the stream will only have the payload set, the service name and command name will not be set.

    serviceName

    The name of the service this action is on.

    name

    Command name

    payload

    The command payload.

    metadata

    Metadata

    Annotations
    @SerialVersionUID()
  2. final case class ActionResponse(response: Response = kalix.protocol.action.ActionResponse.Response.Empty, sideEffects: Seq[SideEffect] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ActionResponse] with Product with Serializable

    Action counterpart to ClientAction

    Action counterpart to ClientAction

    Annotations
    @SerialVersionUID()
  3. trait Actions extends AnyRef

    Service that the SDK (in the user service) implements to make actions available to the proxy

    Service that the SDK (in the user service) implements to make actions available to the proxy

    Annotations
    @AkkaGrpcGenerated()

Value Members

  1. object ActionCommand extends GeneratedMessageCompanion[ActionCommand]
  2. object ActionProto extends GeneratedFileObject
  3. object ActionResponse extends GeneratedMessageCompanion[ActionResponse]
  4. object Actions extends ServiceDescription
    Annotations
    @AkkaGrpcGenerated()
  5. object ActionsHandler
    Annotations
    @ApiMayChange() @AkkaGrpcGenerated()

Ungrouped