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

org.craft.atom.io.IoProcessorX Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.craft.atom.io;

import java.io.Serializable;
import java.util.Collections;
import java.util.Set;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

/**
 * @author mindwind
 * @version 1.0, Dec 24, 2013
 */
@ToString
public class IoProcessorX implements Serializable {
	
	
	private static final long serialVersionUID = 5369014456865137851L;
	
	
	@Getter @Setter private Set> newChannels      = Collections.emptySet();
	@Getter @Setter private Set> flushingChannels = Collections.emptySet();
	@Getter @Setter private Set> closingChannels  = Collections.emptySet();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy