Interface ChromaConnectionDetails

All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails

public interface ChromaConnectionDetails extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Connection details for a Chroma service.
Author:
EddĂș MelĂ©ndez
  • Method Details

    • getHost

      String getHost()
    • getPort

      int getPort()
    • getKeyToken

      String getKeyToken()