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

com.github.twitch4j.eventsub.Conduit Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.eventsub;

import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;

@Data
@Setter(AccessLevel.PRIVATE)
public class Conduit {

    /**
     * Conduit ID.
     */
    private String id;

    /**
     * Number of shards created for this conduit.
     */
    private int shardCount;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy