Class Action

java.lang.Object
org.apache.arrow.flight.Action

public class Action extends Object
An opaque action for the service to perform.

This is a POJO wrapper around the message of the same name in Flight.proto.

  • Constructor Details

    • Action

      public Action(String type)
    • Action

      public Action(String type, byte[] body)
  • Method Details

    • getType

      public String getType()
    • getBody

      public byte[] getBody()