public enum ProviderType
The type of provider (synchronous or asynchronous)
public static ProviderType SYNCH
Synchronous provider (HTTP)
public static ProviderType ASYNCH
Asynchronous provider (Messages)
public static ProviderType UNSPECIFIED
Unspecified, will default to synchronous