Introduction to Connectors

GLU.Engines employ the concept of Connectors, there are three types of Connectors:

  1. Inbound Connectors are consumed by Initiating Systems that send messages to the GLU.Engine – these your GLU.Engine API’s.
  2. Outbound Connectors are used by the GLU.Engine to initiate messages / calls to downstream Receiving Systems.
  3. Inbound/Outbound Connectors are interfaces that can serve as a bi-directional interface to the GLU.Engine. This type is applicable in particular to certain technologies such as ISO8583.

Protocols, Connector Types and API Specifications in simple terms

At a high level, protocols provide the foundation for communication between systems, defining how data is transmitted and received. API specifications build on top of these protocols, defining how software components can interact with each other to exchange data. Connector types provide a layer of abstraction between the application and the underlying resource or service, enabling the application to connect to and interact with the resource through a standard interface defined by the connector.

To illustrate this relationship, consider the example of a GLU.Engine that needs to interact with a database. In this case, the protocol would be the specific network protocol used by the database, such as TCP/IP or HTTP. The API specification would be the JDBC API, which provides a standard set of interfaces and methods for the GLU.Engine to interact with databases. The Connector Type would be the JDBC connector, which provides an implementation of the JDBC API that is specific to the database being used, allowing the GLU.Engine to connect to and interact with the database through a standard JDBC interface.

While this example is specific to databases, the same general relationship applies to other types of systems and resources, with protocols providing the underlying communication layer, API specifications defining the interfaces for software components to interact with each other, and connector types providing a layer of abstraction for connecting to and interacting with specific types of resources or services.

GLU Connectors

GLU.Ware supports an ever expanding list of Connector types and Protocols and their associated payloads including TCP/IP, HTTP, SMTP, FTP, SOAP, REST, ISO8583, ISO20022 – SWIFT MX, ISO15022 – SWIFT MT, MML, GraphQL, FTP, SAP AMQP – Rabbit MQ, AMQP – Apache MQ, SMPP/SMPPS, LDAP and various Database Connectors including MySQL, Oracle, MS SQL, BD2, PostgreSQL and Cassandra.

The GLU.Engine is able to transform any supported Protocol to any other supported Protocol. It does this by un-marshalling all payload attributes received into a ‘GLU Object Model’ maintained within the GLU.Engine and it then marshall’s those attributes to outbound payloads using protocol specific content types as required. See the Marshalling and Unmarshalling pages for further detail on this topic.

The diagram below illustrates a Digital Channel Platform being an Initiating System that will consume an Inbound Connector (API) on the GLU.Engine. The downstream ‘Receiving Systems’ (Business Systems, Scoring Systems, Regulatory Systems and CBS) are all accessed via Outbound Connectors.


Source Systems that originate transactions, consume the Inbound (‘API’) Connector exposed on the GLU.Engine. The Outbound Connectors on the GLU.Engine will ‘consume’ the interface (or API) that downstream or Target systems expose.

There can be multiple Target systems in any flow but there is only ever one Source System for a particular transaction. During configuration of any Connector Interface on the GLU.Console, the user will define if the Connector being configured is an ‘Inbound’, ‘Outbound’ or ‘Both’. This categorisation is important in that it presents specific parameters and variables that vary between the ‘API’ and ‘Connector’ Interface contexts.

See the related articles below or use the GLU.Guide search tool to dig further into specific Connector types you are interested in.

Secure Communication

All connections initiated by through GLU.Engines built with the Integration builder will utilise the Java Secure Socket Extension (JSSE). Please refer to https://docs.oracle.com/en/java/javase/11/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-93DEEE16-0B70-40E5-BBE7-55C3FD432345 for details.

This implicitly includes the ability to support:

– SSLv3

– TLSv1.2

For further details on SSL configuration on the connector – see Adding or Editing Connectors

Was this article helpful?

Related Articles

Fill the form and we’ll contact you shortly

    I agree with

    cookies
    We uses cookies to make your experience on this website better. Learn more
    Accept cookies