@Alias(value="chat") public class ChatConnectionProvider extends Object implements org.mule.runtime.api.connection.ConnectionProvider<ChatConnection>
| Constructor and Description |
|---|
ChatConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
ChatConnection |
connect() |
void |
disconnect(ChatConnection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(ChatConnection connection) |
public ChatConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<ChatConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(ChatConnection connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<ChatConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(ChatConnection connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<ChatConnection>Copyright © 2025 MuleSoft, Inc.. All rights reserved.