Skip to content

Instantly share code, notes, and snippets.

View pveentjer's full-sized avatar

Peter Veentjer pveentjer

View GitHub Profile
/*
* Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
package com.hazelcast.projectx.io.maggot;
import com.hazelcast.projectx.InvocationFuture;
import com.hazelcast.projectx.config.Config;
import com.hazelcast.projectx.io.Address;
import com.hazelcast.projectx.io.AddressComparator;
import com.hazelcast.projectx.io.Network;
import com.hazelcast.projectx.io.PartitionEndpoint;
import com.hazelcast.projectx.spi.SpiInvoker;
import io.netty.bootstrap.Bootstrap;