-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ProviderType extends Enum<ProviderType>
The type of provider (synchronous or asynchronous)
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNSPECIFIEDUnspecified, will default to synchronous
ASYNCHAsynchronous provider (Messages)
SYNCHSynchronous provider (HTTP)
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-