Class XmppSupplierConfiguration
java.lang.Object
org.springframework.cloud.fn.supplier.xmpp.XmppSupplierConfiguration
@Configuration
@EnableConfigurationProperties(XmppSupplierProperties.class)
@Import(org.springframework.cloud.fn.common.xmpp.XmppConnectionFactoryConfiguration.class)
public class XmppSupplierConfiguration
extends Object
A source module that receives data from ZeroMQ.
- Since:
- 4.0.0
- Author:
- Daniel Frey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.integration.xmpp.inbound.ChatMessageListeningEndpoint
chatMessageListeningEndpoint
(org.jivesoftware.smack.XMPPConnection xmppConnection, XmppSupplierProperties properties) xmppSupplier
(org.springframework.integration.xmpp.inbound.ChatMessageListeningEndpoint chatMessageListeningEndpoint)
-
Constructor Details
-
XmppSupplierConfiguration
public XmppSupplierConfiguration()
-
-
Method Details
-
chatMessageListeningEndpoint
@Bean public org.springframework.integration.xmpp.inbound.ChatMessageListeningEndpoint chatMessageListeningEndpoint(org.jivesoftware.smack.XMPPConnection xmppConnection, XmppSupplierProperties properties) -
xmppSupplier
-