Package com.spotify.styx
Class StyxApi
- java.lang.Object
-
- com.spotify.styx.StyxApi
-
- All Implemented Interfaces:
com.spotify.apollo.AppInit
public class StyxApi extends java.lang.Object implements com.spotify.apollo.AppInitMain entrypoint for Styx API Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStyxApi.Builderstatic interfaceStyxApi.WorkflowConsumerFactory
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(com.spotify.apollo.Environment environment)static StyxApicreateDefault()static StyxApi.BuildernewBuilder()
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newBuilder
public static StyxApi.Builder newBuilder()
-
createDefault
public static StyxApi createDefault()
-
create
public void create(com.spotify.apollo.Environment environment)
- Specified by:
createin interfacecom.spotify.apollo.AppInit
-
-