クラス KafkaProperties.Streams

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

public static class KafkaProperties.Streams extends ObjectSE
優先度の高い(および中程度の)Streams プロパティと一般的なプロパティバケット。
導入:
4.0.0
作成者:
Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
  • コンストラクターの詳細

    • Streams

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

    • getSsl

      public KafkaProperties.Ssl getSsl()
    • getSecurity

      public KafkaProperties.Security getSecurity()
    • getCleanup

      public KafkaProperties.Cleanup getCleanup()
    • getApplicationId

      public @Nullable StringSE getApplicationId()
    • setApplicationId

      public void setApplicationId(@Nullable StringSE applicationId)
    • isAutoStartup

      public boolean isAutoStartup()
    • setAutoStartup

      public void setAutoStartup(boolean autoStartup)
    • getBootstrapServers

      public @Nullable ListSE<StringSE> getBootstrapServers()
    • setBootstrapServers

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

      public @Nullable DataSize getStateStoreCacheMaxSize()
    • setStateStoreCacheMaxSize

      public void setStateStoreCacheMaxSize(@Nullable DataSize stateStoreCacheMaxSize)
    • getClientId

      public @Nullable StringSE getClientId()
    • setClientId

      public void setClientId(@Nullable StringSE clientId)
    • getReplicationFactor

      public @Nullable IntegerSE getReplicationFactor()
    • setReplicationFactor

      public void setReplicationFactor(@Nullable IntegerSE replicationFactor)
    • getStateDir

      public @Nullable StringSE getStateDir()
    • setStateDir

      public void setStateDir(@Nullable StringSE stateDir)
    • getProperties

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

      public MapSE<StringSE,ObjectSE> buildProperties()