All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.zeebe.spring.client.properties.ZeebeClientConfigurationProperties Maven / Gradle / Ivy

package io.zeebe.spring.client.properties;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Data
@ConfigurationProperties(prefix = "zeebe.client")
public class ZeebeClientConfigurationProperties implements ZeebeClientProperties
{

    private String brokerContactPoint;

    private String maxRequests;

    private String sendBufferSize;

    private String threadingMode;

    private String taskExecutionThreads;

    private String topicSubscriptionPrefetchCapacity;

    private String tcpChannelKeepAlivePeriod;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy