クラス KafkaProperties.Streams

java.lang.ObjectSE
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
含まれているクラス:
KafkaProperties

public static class KafkaProperties.Streams extends ObjectSE
優先度の高い(および中程度の)Streams プロパティと一般的なプロパティバケット。
  • コンストラクターの詳細

    • Streams

      public Streams()
  • メソッドの詳細

    • getSsl

      public KafkaProperties.Ssl getSsl()
    • getSecurity

      public KafkaProperties.Security getSecurity()
    • getCleanup

      public KafkaProperties.Cleanup getCleanup()
    • getApplicationId

      public StringSE getApplicationId()
    • setApplicationId

      public void setApplicationId(StringSE applicationId)
    • isAutoStartup

      public boolean isAutoStartup()
    • setAutoStartup

      public void setAutoStartup(boolean autoStartup)
    • getBootstrapServers

      public ListSE<StringSE> getBootstrapServers()
    • setBootstrapServers

      public void setBootstrapServers(ListSE<StringSE> bootstrapServers)
    • getStateStoreCacheMaxSize

      public DataSize getStateStoreCacheMaxSize()
    • setStateStoreCacheMaxSize

      public void setStateStoreCacheMaxSize(DataSize stateStoreCacheMaxSize)
    • getClientId

      public StringSE getClientId()
    • setClientId

      public void setClientId(StringSE clientId)
    • getReplicationFactor

      public IntegerSE getReplicationFactor()
    • setReplicationFactor

      public void setReplicationFactor(IntegerSE replicationFactor)
    • getStateDir

      public StringSE getStateDir()
    • setStateDir

      public void setStateDir(StringSE stateDir)
    • getProperties

      public MapSE<StringSE,StringSE> getProperties()
    • buildProperties

      public MapSE<StringSE,ObjectSE> buildProperties(SslBundles sslBundles)