Interface GearmanJobServerIpConnectionFactory

  • All Known Implementing Classes:
    GearmanNIOJobServerConnectionFactory

    public interface GearmanJobServerIpConnectionFactory
    Factory used to create connections to a target Gearman Job Server
    • Method Detail

      • createConnection

        GearmanJobServerConnection createConnection​(String host,
                                                    int port)
        Creates a new connection handle for a specific Gearman Job Server
        Returns: