Package com.bytedesk.core.message
Class MessageSendServiceImplVip
java.lang.Object
com.bytedesk.core.message.MessageSendServiceImplVip
- All Implemented Interfaces:
IMessageSendService
@Primary
@Service
public class MessageSendServiceImplVip
extends Object
implements IMessageSendService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendJsonMessage
(String messageJson) void
sendProtobufMessage
(MessageProtobuf messageProtobuf)
-
Field Details
-
jmsArtemisService
-
-
Constructor Details
-
MessageSendServiceImplVip
public MessageSendServiceImplVip()
-
-
Method Details
-
sendJsonMessage
@BlackIpFilter(title="black", action="sendJsonMessage") @BlackUserFilter(title="black", action="sendJsonMessage") @TabooJsonFilter(title="taboo", action="sendJsonMessage") public void sendJsonMessage(String messageJson) - Specified by:
sendJsonMessage
in interfaceIMessageSendService
-
sendProtobufMessage
@BlackIpFilter(title="black", action="sendProtobufMessage") @BlackUserFilter(title="black", action="sendProtobufMessage") @TabooProtobufFilter(title="taboo", action="sendProtobufMessage") public void sendProtobufMessage(MessageProtobuf messageProtobuf) - Specified by:
sendProtobufMessage
in interfaceIMessageSendService
-