Class SatoriGrpc

java.lang.Object
com.heroiclabs.satori.api.SatoriGrpc

public final class SatoriGrpc extends Object

 The GRPC protocol service for Satori built with GRPC.
 
  • Field Details

  • Method Details

    • getAuthenticateMethod

      public static io.grpc.MethodDescriptor<AuthenticateRequest,Session> getAuthenticateMethod()
    • getAuthenticateLogoutMethod

      public static io.grpc.MethodDescriptor<AuthenticateLogoutRequest,Empty> getAuthenticateLogoutMethod()
    • getAuthenticateRefreshMethod

      public static io.grpc.MethodDescriptor<AuthenticateRefreshRequest,Session> getAuthenticateRefreshMethod()
    • getDeleteIdentityMethod

      public static io.grpc.MethodDescriptor<Empty,Empty> getDeleteIdentityMethod()
    • getEventMethod

      public static io.grpc.MethodDescriptor<EventRequest,Empty> getEventMethod()
    • getGetExperimentsMethod

      public static io.grpc.MethodDescriptor<GetExperimentsRequest,ExperimentList> getGetExperimentsMethod()
    • getGetFlagsMethod

      public static io.grpc.MethodDescriptor<GetFlagsRequest,FlagList> getGetFlagsMethod()
    • getGetLiveEventsMethod

      public static io.grpc.MethodDescriptor<GetLiveEventsRequest,LiveEventList> getGetLiveEventsMethod()
    • getHealthcheckMethod

      public static io.grpc.MethodDescriptor<Empty,Empty> getHealthcheckMethod()
    • getIdentifyMethod

      public static io.grpc.MethodDescriptor<IdentifyRequest,Session> getIdentifyMethod()
    • getListPropertiesMethod

      public static io.grpc.MethodDescriptor<Empty,Properties> getListPropertiesMethod()
    • getReadycheckMethod

      public static io.grpc.MethodDescriptor<Empty,Empty> getReadycheckMethod()
    • getUpdatePropertiesMethod

      public static io.grpc.MethodDescriptor<UpdatePropertiesRequest,Empty> getUpdatePropertiesMethod()
    • newStub

      public static SatoriGrpc.SatoriStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingStub

      public static SatoriGrpc.SatoriBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static SatoriGrpc.SatoriFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()