@ExternalLib(name="Heisenberg.so",
description="Native Heisenberg support",
nameRegexpMatcher="heisenberg.so",
requiredClassName="org.heisenberg.HeisenbergJNI",
type=NATIVE)
@Deprecated(message="Usages of this connection provider must be change to the secure option, this will lower the chances of getting caught by the DEA",
since="1.3.0",
toRemoveIn="2.0.0")
public class HeisenbergConnectionProvider
extends Object
implements org.mule.runtime.api.connection.ConnectionProvider<HeisenbergConnection>
| Modifier and Type | Field and Description |
|---|---|
static String |
SAUL_OFFICE_NUMBER |
| Constructor and Description |
|---|
HeisenbergConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
HeisenbergConnection |
connect() |
void |
disconnect(HeisenbergConnection heisenbergConnection) |
static Set<HeisenbergConnection> |
getActiveConnections() |
static int |
getConnects() |
static int |
getDisconnects() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(HeisenbergConnection heisenbergConnection) |
public static final String SAUL_OFFICE_NUMBER
public HeisenbergConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<HeisenbergConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(HeisenbergConnection heisenbergConnection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<HeisenbergConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(HeisenbergConnection heisenbergConnection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<HeisenbergConnection>public static int getConnects()
public static int getDisconnects()
public static Set<HeisenbergConnection> getActiveConnections()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.