public abstract class UnifiedService
extends java.lang.Object
| Constructor and Description |
|---|
UnifiedService(SteamUnifiedMessages steamUnifiedMessages) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
sendMessage(com.google.protobuf.GeneratedMessageV3 message,
java.lang.String methodName)
Sends a message.
|
void |
sendNotification(com.google.protobuf.GeneratedMessageV3 message,
java.lang.String methodName)
Sends a notification.
|
public UnifiedService(SteamUnifiedMessages steamUnifiedMessages)
public java.lang.String getClassName()
public in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> sendMessage(com.google.protobuf.GeneratedMessageV3 message, java.lang.String methodName)
Results are returned in a
ServiceMethodResponse.
message - The message to send.methodName - The Target Job Name.ServiceMethodResponse.public void sendNotification(com.google.protobuf.GeneratedMessageV3 message,
java.lang.String methodName)
message - The message to send.methodName - The Target Job Name.